projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36466ed
)
Remove some compat code from mm-util.el
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 12 Aug 2020 17:54:09 +0000
(19:54 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 12 Aug 2020 17:54:48 +0000
(19:54 +0200)
* lisp/gnus/mm-util.el (mm-charset-to-coding-system): Remove the
non-mule case, because it's always false.
lisp/gnus/mm-util.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mm-util.el
b/lisp/gnus/mm-util.el
index 83f385065ce8ce46c833391cd5fdf93926b4e629..282465722de5b63a4ba07ca25fcbad899249a8f1 100644
(file)
--- a/
lisp/gnus/mm-util.el
+++ b/
lisp/gnus/mm-util.el
@@
-131,10
+131,6
@@
is not available."
(cond
((null charset)
charset)
- ;; Running in a non-MULE environment.
- ((or (null (mm-get-coding-system-list))
- (not (fboundp 'coding-system-get)))
- charset)
;; Check override list quite early. Should only used for decoding, not for
;; encoding!
((and allow-override